Boost.Integer
This is an older version and was released in 2016. The current version is 1.86.0.
C++
03
Added in Boost
1.29.0
Categories:
Math
The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std.